func go.pact.im/x/plumb/internal/solve.clusterCands

3 uses

	go.pact.im/x/plumb/internal/solve (current package)
		joint.go#L77: 		cands, matched := clusterCands(outs, d, params)
		joint.go#L83: 				cands, _ = clusterCands(outs, dt, params)
		joint.go#L144: func clusterCands(outs []types.Type, d types.Type, params map[*types.TypeParam]bool) (cands []map[*types.TypeParam]types.Type, matched bool) {